aliases:
- User interface/Vault switcher
- How to/Working with multiple vaults
- Vault switcher
permalink: manage-vaults
A vault is a folder on your file system which contains your notes, attachments, and the configuration folder with Obsidian-specific settings. For more information on vaults, refer to How Obsidian stores data.
You can manage your vaults using the Vault switcher. The Vault profile opens the first time you open Obsidian.
To open the vault switcher from an existing vault, select Vault profile ( ) at the bottom of the left sidebar. Or, select Open another vault from the command palette.
If you want to open a remote vault using Obsidian Sync, refer to Set up Obsidian Sync.
Since the name of a vault and the underlying folder are the same, renaming a vault also renames the folder.
Enter
.Some operating systems do not allow the vault to be moved with the Vault Switcher. In these cases, you will need to move your vault manually:
Removing a vault only removes it from the vault list.
To use the same settings for another vault, use your preferred file manager (or terminal) to copy the .obsidian
folder from the root of the source vault to the root of the destination vault.
You may need to restart Obsidian to apply the changes.
.obsidian
folder?By default, most operating systems hide folders starting with a period (.
). For more information about the .obsidian
folder and how to access it, refer to vault settings and config folders.